home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 126-150 / disk_133 / conman / conman11.arc / history.doc < prev    next >
Text File  |  1988-03-02  |  2KB  |  34 lines

  1. ========================================================================
  2.                                 History
  3. ========================================================================
  4.  
  5. History is a command utility to save, load, or display the history buffer.
  6. It allows you to save and then preload a set of commands for working on 
  7. a particular project.  History works only from a CLI or other command shell
  8. and requires version 1.1 or later of ConMan.
  9.  
  10. Usage.
  11. The usage template for history looks like
  12.                    history [>savefile] [inputfile]
  13.  
  14. If you don't specify any options, the command displays the current buffer 
  15. on the standard output stream.  You can redirect this output into a file 
  16. to save it (or perhaps edit it).
  17.  
  18. If you specify a filename argument after the command, History will load
  19. the contents of that file into the history buffer.  The new lines are 
  20. loaded just as though they had been typed in.  You can use the CTRL-B key
  21. to clear the buffer first if you don't want any of the current commands.
  22.  
  23. The lines that you put into the history buffer should be obtained by
  24. capturing a previous session.  If you try something silly like loading 
  25. an executable file into the buffer, nothing will break, but you'll end
  26. up with a lot of funny-looking characters in the command history.
  27.  
  28. Errors.
  29. History checks to be sure that you've run it from a command shell that 
  30. uses ConMan, since the history is maintained by ConMan.  If you try it
  31. from another environment, it will issue the message
  32.                         Not a ConMan console window
  33.  
  34.